From fc9f580fd397c065c08f7d7dc50a4fbf3d285d31 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 22 May 2021 13:09:54 -0400 Subject: [PATCH] docs: Update GSK_RENDERER docs This did not mention the opengl and ngl values yet. --- docs/reference/gtk/running.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/reference/gtk/running.md b/docs/reference/gtk/running.md index 3a3458eb1d..bd798341d2 100644 --- a/docs/reference/gtk/running.md +++ b/docs/reference/gtk/running.md @@ -324,9 +324,15 @@ using and the GDK backend supports them: `cairo` : Selects the fallback Cairo renderer -`gl` +`opengl` : Selects the default OpenGL renderer +`gl` +: Selects the "gl" OpenGL renderer + +`ngl` +: Selects the "ngl" OpenGL renderer + `vulkan` : Selects the Vulkan renderer -- 2.30.2